非メンバースワップ

template <typename Key, typename T, typename HashCompare, typename Allocator> 
void swap( concurrent_hash_map<Key, T, HashCompare, Allocator>& lhs, 
           concurrent_hash_map<Key, T, HashCompare, Allocator>& rhs );

lhs.swap(rhs) と等価です。